home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / tess / tess-1.0 / p31.h < prev    next >
Encoding:
Text File  |  1992-06-30  |  233 b   |  11 lines

  1. #import "aGroup.h"
  2. #import "aGroup-inter.h"
  3. #import "p3.h"
  4.  
  5. @interface p31m:p3
  6. + new ;
  7. - clip: (NXCoord) x: (NXCoord) y ;
  8. - (NXSize *)getGeneratorSize: (NXSize *) size;
  9. - makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg ;
  10. @end
  11.